Skip to main content
Quang Liem
💬
0 discussions

Integrate Service - FreshDesk


I. Cases


1. Normal Cases

  • Click To Call
  • Iframes
  • CRM call logging
  • CRM create new contact
  • Click to view CRM object
  • Click to SMS

2. Challenge Cases

3. Special Cases


II. Config


  • ID Callcenter
  • Host
  • Description
  • Fields
    • domain
    • Authorization

1. Info

2. Iframe


III. Endpoint Table


NameTypeMethodUrlTriggerDescriptionParametersHard ParamsResponse Type
get_current_agent_freshdeskget_dataGEThttps://:domain.freshdesk.com/api/v2/agents?email=:emailnoneget current agentAuthorization : header,
domain : path,
email : path
search_contact_freshdeskget_dataGEThttps://:domain.freshdesk.com/api/v2/search/contactsnonequery : query,
domain : path,
Authorization : header
create_ticket_freshdeskpost_dataPOSThttps://:domain.freshdesk.com/api/v2/ticketsnonedomain : path,
Authorization : header,
requester_id : body,
source : body,
subject : body,
name : body,
phone : body,
description : body,
status : body,
priority : body,
tags : body,
responder_id : body
get_contact_freshdeskget_dataGEThttps://:domain.freshdesk.com/api/v2/contacts/:idContactnoneidContact : path,
Authorization : header,
domain : path
create_contact_freshdeskpost_dataPOSThttps://:domain.freshdesk.com/api/v2/contactsnonedomain : path,
Authorization : header,
name : body,
phone : body,
email : body
get_tickets_freshdeskget_dataGEThttps://:domain.freshdesk.com/api/v2/ticketsnonerequester_id : query,
include : query,
domain : path,
Authorization : header,
company_id : query
get_contacts_freshdeskget_dataGEThttps://:domain.freshdesk.com/api/v2/contactsnoneAuthorization : header,
domain : path,
include : query,
phone : query,
mobile : query
update_ticket_freshdeskpost_dataPUThttps://:domain.freshdesk.com/api/v2/tickets/:idnonedomain : path,
id : path,
Authorization : header,
description : body